All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.naming.OperationNotSupportedException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.naming.NamingException
                           |
                           +----java.naming.OperationNotSupportedException

public class OperationNotSupportedException
extends NamingException
This exception is raised when a context implementation does not support the naming operation being invoked.


Constructor Index

 o OperationNotSupportedException()
Constructs a new instance of OperationNotSupportedException.
 o OperationNotSupportedException(Name, Object, Name, String)
Constructs a new instance of OperationNotSupportedException.

Constructors

 o OperationNotSupportedException
 public OperationNotSupportedException()
Constructs a new instance of OperationNotSupportedException.

 o OperationNotSupportedException
 public OperationNotSupportedException(Name resolvedName,
                                       Object resolvedObj,
                                       Name remainingName,
                                       String explanation)
Constructs a new instance of OperationNotSupportedException.

Parameters:
resolvedName - The part of the name that has been successfully resolved.
resolvedObj - The object to which resolution was successful.
remainingName - The remaining unresolved portion of the name.
explanation - Additional detail about this exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index